Skip to content

add jsconfig to templates#2

Open
safaldas wants to merge 3 commits into
thealpha93:masterfrom
safaldas:master
Open

add jsconfig to templates#2
safaldas wants to merge 3 commits into
thealpha93:masterfrom
safaldas:master

Conversation

@safaldas
Copy link
Copy Markdown

@safaldas safaldas commented Aug 8, 2020

This allows relative imports from the src directory

              <img
                  alt="..."
                  src={require("assets/img/icons/common/github.svg")}
                />

T
his allows relative imports from the src directory 
`
 <img
                      alt="..."
                      src={require("assets/img/icons/common/github.svg")}
                    />
`
This allows relative imports from the src directory

           ```   <img
                  alt="..."
                  src={require("assets/img/icons/common/github.svg")}
                />```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant